home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / MailService / Makefile < prev    next >
Encoding:
Makefile  |  1991-01-29  |  752 b   |  37 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = MailService
  11.  
  12. INTERFACES = MailService.nib
  13. CLASSES = MailCarrier.m
  14. MFILES = MailService_main.m
  15. APPICON = MailService.icon.tiff
  16.  
  17.  
  18. SOURCEMODE = 444
  19.  
  20. LIBS = -lNeXT_s -lsys_s
  21. DEBUG_LIBS = $(LIBS)
  22. PROF_LIBS = -lNeXT_p -lsys_p
  23.  
  24. MAKEFILEDIR = /usr/lib/nib
  25. ICONSECTIONS =    -sectcreate __ICON app MailService.icon.tiff
  26.  
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29.  
  30. -include Makefile.preamble
  31.  
  32. include $(MAKEFILEDIR)/app.make
  33.  
  34. -include Makefile.postamble
  35.  
  36. -include Makefile.dependencies
  37.